[]
        
(Showing Draft Content)

C1.DataCollection.C1DynamicList-1.Insert

Insert Method

Insert(int, object?)

Declaration
public void Insert(int index, object? value)
Public Sub Insert(index As Integer, value As Object)
Parameters
Type Name Description
int index
object value
Implements

Insert(int, T?)

Declaration
public void Insert(int index, T? item)
Public Sub Insert(index As Integer, item As T)
Parameters
Type Name Description
int index
T item
Implements